home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / panel-general.schemas < prev    next >
Extensible Markup Language  |  2009-10-19  |  4KB  |  133 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>    
  4.     <schema>
  5.       <key>/schemas/apps/panel/general/enable_program_list</key>
  6.       <applyto>/apps/panel/general/enable_program_list</applyto>
  7.       <owner>panel</owner>
  8.       <type>bool</type>
  9.       <default>true</default>
  10.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  11.       <locale name="C">
  12.         <short>Enable program list in "Run Application" dialog</short>
  13.         <long>
  14.           If true, the "Known Applications" listing in the "Run
  15.           Application" dialog is made available. Whether or not
  16.           the listing is expanded when the dialog is shown is
  17.           controlled by the show_program_list key.
  18.         </long>
  19.       </locale>
  20.     </schema>
  21.  
  22.     <schema>
  23.       <key>/schemas/apps/panel/general/show_program_list</key>
  24.       <applyto>/apps/panel/general/show_program_list</applyto>
  25.       <owner>panel</owner>
  26.       <type>bool</type>
  27.       <default>false</default>
  28.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  29.       <locale name="C">
  30.         <short>Expand program list in "Run Application" dialog</short>
  31.         <long>
  32.           If true, the "Known Applications" listing in the "Run
  33.           Application" dialog is expanded when the dialog is opened.
  34.           This key is only relevant if the enable_program_list key
  35.           is true.
  36.         </long>
  37.       </locale>
  38.     </schema>
  39.  
  40.     <schema>
  41.       <key>/schemas/apps/panel/general/enable_autocompletion</key>
  42.       <applyto>/apps/panel/general/enable_autocompletion</applyto>
  43.       <owner>panel</owner>
  44.       <type>bool</type>
  45.       <default>true</default>
  46.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  47.       <locale name="C">
  48.         <short>Enable autocompletion in "Run Application" dialog</short>
  49.         <long>
  50.           If true, autocompletion in the "Run Application" dialog is
  51.           made available.
  52.         </long>
  53.       </locale>
  54.     </schema>
  55.  
  56.     <schema>
  57.       <key>/schemas/apps/panel/general/toplevel_id_list</key>
  58.       <applyto>/apps/panel/general/toplevel_id_list</applyto>
  59.       <owner>panel</owner>
  60.       <type>list</type>
  61.       <list_type>string</list_type>
  62.       <default>[]</default>
  63.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  64.       <locale name="C">
  65.         <short>Panel ID list</short>
  66.         <long>
  67.           A list of panel IDs. Each ID identifies an individual
  68.           toplevel panel. The settings for each of these panels are
  69.           stored in /apps/panel/toplevels/$(id).
  70.         </long>
  71.       </locale>
  72.     </schema>
  73.  
  74.     <schema>
  75.       <key>/schemas/apps/panel/general/applet_id_list</key>
  76.       <applyto>/apps/panel/general/applet_id_list</applyto>
  77.       <owner>panel</owner>
  78.       <list_type>string</list_type>
  79.       <type>list</type>
  80.       <default>[]</default>
  81.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  82.       <locale name="C">
  83.         <short>Panel applet ID list</short>
  84.         <long>
  85.           A list of panel applet IDs. Each ID identifies an
  86.           individual panel applet. The settings for each of
  87.           these applets are stored in
  88.           /apps/panel/applets/$(id).
  89.         </long>
  90.       </locale>
  91.     </schema>
  92.  
  93.     <schema>
  94.       <key>/schemas/apps/panel/general/object_id_list</key>
  95.       <applyto>/apps/panel/general/object_id_list</applyto>
  96.       <owner>panel</owner>
  97.       <type>list</type>
  98.       <list_type>string</list_type>
  99.       <default>[]</default>
  100.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  101.       <locale name="C">
  102.         <short>Panel object ID list</short>
  103.         <long>
  104.           A list of panel object IDs. Each ID identifies an individual
  105.           panel object (e.g. a launcher, action button or menu
  106.           button/bar). The settings for each of these objects are
  107.           stored in
  108.           /apps/panel/objects/$(id).
  109.         </long>
  110.       </locale>
  111.     </schema>
  112.  
  113.     <schema>
  114.       <key>/schemas/apps/panel/general/profiles_migrated</key>
  115.       <applyto>/apps/panel/general/profiles_migrated</applyto>
  116.       <owner>panel</owner>
  117.       <type>bool</type>
  118.       <default>false</default>
  119.       <gettext_domain>gnome-panel-2.0</gettext_domain>
  120.       <locale name="C">
  121.         <short>Old profiles configuration migrated</short>
  122.         <long>
  123.           A boolean flag to indicate whether the user's previous
  124.           configuration in /apps/panel/profiles/default has been
  125.           copied to the new location in /apps/panel.
  126.         </long>
  127.       </locale>
  128.     </schema>
  129.  
  130.   </schemalist>
  131.   
  132. </gconfschemafile>
  133.